home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / 4D Dec Etrnls.cpt / December.EXT.rsrc / 4DTE_15012_Changer_Ligne < prev   
Text File  |  1988-02-10  |  367b  |  12 lines

  1. ChangeMenuItem(Var1;Var2;Var3)
  2. Var1, Var2 are of type Integer.
  3. Var3 is of type String.
  4.  
  5. This external is used to change the title of any menu item.
  6.  
  7. Var1 contains the Menu which is to be changed and Var2 contains the item in the Menu Var1 which is to be changed.
  8.  
  9. For example:
  10. ChangeMenuItem(1;3;"MyTitle")
  11. would change the third item in the first menu to "MyTitle".
  12.